home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Folder Watching / Folder Watcher FBA ƒ / Sources / FBATask.h < prev   
Encoding:
Text File  |  1996-02-16  |  231 b   |  14 lines  |  [TEXT/CWIE]

  1. // FBATask.h
  2. //
  3. // Folder Watcher FBA by Greg Sutton
  4. // ©Apple Computer Inc 1996, all rights reserved.
  5.  
  6.  
  7. #pragma once
  8.  
  9. #include <Files.h>
  10.  
  11. Boolean            InitTask( void );
  12. Boolean            CanQuitTask( void );
  13. long            DoBackgroundTask( void );
  14.